OnCollisionEnter2D - Unity - Scripting API: Sent when an incoming collider makes contact with this object's collider (2D physics only). Further information about the collision is reported in the Collision2D parameter passed during the call.
Unity - Manual: Rigidbody 2D When the appropriate collider component is also attached to the sprite object, it will be affected by collisions with other ...
Collision2D - Unity - Scripting API: Information returned by a collision in 2D physics. Variables. collider, The incoming Collider2D involved in the collision.
OnCollisionEnter2D - Unity - Scripting API: Further information about the collision is reported in the Collision 2D parameter passed during the call. Notes: Collision ...
Unity - Collider 2D 21 May 2014 ... ... the physical shape of an object in the scene and can participate in 2D collisions and trigger events.
c# - Simple collision detection in Unity 2D - Game Development ... 19 Aug 2014 ... I am attempting to create a 2D game in Unity using C# as my scripting language. Basically I have two ...
2D Collisions/Triggers are confusing me! - Unity Answers 1 Aug 2014 ... Pre 4.3, I was using 3D physics for my 2D game, constraining any Z movement. It worked as expected: ...
Unity 2D Tank Game: Part VII - Handling Collisions » Unit3y In this guide we explore the art of handling collisions between different GameObjects in Unity 2D.
OnCollisionEnter2D - Unity Manual Further information about the collision is reported in the Collision 2D parameter passed during the call. Notes: Collision ...